﻿2026-05-10T14:38:15.2351703Z ##[group]Run actions/checkout@v4
2026-05-10T14:38:15.2352393Z with:
2026-05-10T14:38:15.2352690Z   repository: SaberMage/rebno
2026-05-10T14:38:15.2353356Z   token: ***
2026-05-10T14:38:15.2353625Z   ssh-strict: true
2026-05-10T14:38:15.2353892Z   ssh-user: git
2026-05-10T14:38:15.2354163Z   persist-credentials: true
2026-05-10T14:38:15.2354458Z   clean: true
2026-05-10T14:38:15.2354936Z   sparse-checkout-cone-mode: true
2026-05-10T14:38:15.2355278Z   fetch-depth: 1
2026-05-10T14:38:15.2355533Z   fetch-tags: false
2026-05-10T14:38:15.2355818Z   show-progress: true
2026-05-10T14:38:15.2356090Z   lfs: false
2026-05-10T14:38:15.2356333Z   submodules: false
2026-05-10T14:38:15.2356600Z   set-safe-directory: true
2026-05-10T14:38:15.2357114Z ##[endgroup]
2026-05-10T14:38:15.3740257Z Syncing repository: SaberMage/rebno
2026-05-10T14:38:15.3742042Z ##[group]Getting Git version info
2026-05-10T14:38:15.3742475Z Working directory is '/home/runner/work/rebno/rebno'
2026-05-10T14:38:15.3755466Z [command]/usr/bin/git version
2026-05-10T14:38:15.3756692Z git version 2.53.0
2026-05-10T14:38:15.3765263Z ##[endgroup]
2026-05-10T14:38:15.3773240Z Temporarily overriding HOME='/home/runner/work/_temp/9a73896c-5da6-4623-bd76-6df9408e1807' before making global git config changes
2026-05-10T14:38:15.3774627Z Adding repository directory to the temporary git global config as a safe directory
2026-05-10T14:38:15.3775957Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/rebno/rebno
2026-05-10T14:38:15.3789629Z Deleting the contents of '/home/runner/work/rebno/rebno'
2026-05-10T14:38:15.3794281Z ##[group]Initializing the repository
2026-05-10T14:38:15.3800635Z [command]/usr/bin/git init /home/runner/work/rebno/rebno
2026-05-10T14:38:15.3896490Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-05-10T14:38:15.3898872Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-05-10T14:38:15.3900679Z hint: to use in all of your new repositories, which will suppress this warning,
2026-05-10T14:38:15.3902405Z hint: call:
2026-05-10T14:38:15.3903782Z hint:
2026-05-10T14:38:15.3904638Z hint: 	git config --global init.defaultBranch <name>
2026-05-10T14:38:15.3906193Z hint:
2026-05-10T14:38:15.3907058Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-05-10T14:38:15.3908674Z hint: 'development'. The just-created branch can be renamed via this command:
2026-05-10T14:38:15.3909998Z hint:
2026-05-10T14:38:15.3911104Z hint: 	git branch -m <name>
2026-05-10T14:38:15.3911918Z hint:
2026-05-10T14:38:15.3913122Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-05-10T14:38:15.3914592Z Initialized empty Git repository in /home/runner/work/rebno/rebno/.git/
2026-05-10T14:38:15.3918196Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/rebno
2026-05-10T14:38:15.3952851Z ##[endgroup]
2026-05-10T14:38:15.3953937Z ##[group]Disabling automatic garbage collection
2026-05-10T14:38:15.3964598Z [command]/usr/bin/git config --local gc.auto 0
2026-05-10T14:38:15.4005266Z ##[endgroup]
2026-05-10T14:38:15.4006631Z ##[group]Setting up auth
2026-05-10T14:38:15.4015147Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-05-10T14:38:15.4060654Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-05-10T14:38:15.4487507Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-05-10T14:38:15.4506381Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-05-10T14:38:15.4772363Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-05-10T14:38:15.4826361Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-05-10T14:38:15.5102383Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-05-10T14:38:15.5144600Z ##[endgroup]
2026-05-10T14:38:15.5146086Z ##[group]Fetching the repository
2026-05-10T14:38:15.5155829Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f053c8a57760389f51d3a3d46770f16190533215:refs/remotes/origin/main
2026-05-10T14:38:16.5170287Z From https://github.com/SaberMage/rebno
2026-05-10T14:38:16.5172152Z  * [new ref]         f053c8a57760389f51d3a3d46770f16190533215 -> origin/main
2026-05-10T14:38:16.5206111Z ##[endgroup]
2026-05-10T14:38:16.5207189Z ##[group]Determining the checkout info
2026-05-10T14:38:16.5208308Z ##[endgroup]
2026-05-10T14:38:16.5222187Z [command]/usr/bin/git sparse-checkout disable
2026-05-10T14:38:16.5316291Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-05-10T14:38:16.5359190Z ##[group]Checking out the ref
2026-05-10T14:38:16.5375863Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-05-10T14:38:17.1947586Z Switched to a new branch 'main'
2026-05-10T14:38:17.1949241Z branch 'main' set up to track 'origin/main'.
2026-05-10T14:38:17.1974101Z ##[endgroup]
2026-05-10T14:38:17.2035529Z [command]/usr/bin/git log -1 --format=%H
2026-05-10T14:38:17.2065955Z f053c8a57760389f51d3a3d46770f16190533215
